翻訳と辞書
Words near each other
・ ARRG
・ Arrhabaeus
・ Arrhabonarii
・ Arrhamphus sclerolepis
・ Arrhenatherum
・ Arrhenatherum elatius
・ Arrhenechthites
・ Arrhenes
・ Arrhenes dschilus
・ Arrhenes marnas
・ Arrhenia
・ Arrhenia spathulata
・ Arrhenius
・ Arrhenius (lunar crater)
・ Array
Array access analysis
・ Array controller based encryption
・ Array data structure
・ Array data type
・ Array DBMS
・ Array DVD magazine
・ Array factor
・ Array gain
・ ARRAY Magazine
・ Array mbira
・ Array Network Facility
・ Array Networks
・ Array of Jewels
・ Array of Low Energy X-ray Imaging Sensors
・ Array Operations Center


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Array access analysis : ウィキペディア英語版
Array access analysis

In computer science, array access analysis is a compiler analysis used to decide the read and write access patterns to elements or portions of arrays.
The major data type manipulated in scientific programs is the array. The define/use analysis on a whole array is insufficient for aggressive compiler optimizations such as auto parallelization and array privatization. Array access analysis aims to obtain the knowledge of which portions or even which elements of the array are accessed by a given code segment (basic block, loop, or even at the procedure level).
Array access analysis can be largely categorized into exact (or reference-list-based) and summary methods for different tradeoffs of accuracy and complexity. Exact methods are precise but very costly in terms of computation and space storage, while summary methods are approximate but can be computed quickly and economically.
Typical exact array access analysis include linearization and atom images. Summary methods can be further divided into array sections, bounded regular sections using triplet notation, linear-constraint methods such as data access descriptors and array region analysis.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Array access analysis」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.